Autogenerated HTML docs for v1.6.0-rc1-34-g0fe8c
diff --git a/git-clean.txt b/git-clean.txt index 7dcc1ba..8a11450 100644 --- a/git-clean.txt +++ b/git-clean.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- [verse] -'git clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>... +'git clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <path>... DESCRIPTION ----------- @@ -16,8 +16,8 @@ from files that are not under version control. If the '-x' option is specified, ignored files are also removed, allowing to remove all build products. -When optional `<paths>...` arguments are given, the paths -affected are further limited to those that match them. +If any optional `<path>...` arguments are given, only those paths +are affected. OPTIONS